SciChart.Core Assembly > TinyMessenger Namespace > ITinyMessengerHub Interface > Subscribe Method : Subscribe<TMessage>(Action<TMessage>,Boolean) Method
Type of message
Action to invoke when message is delivered
Use strong references to destination and deliveryAction
Subscribe<TMessage>(Action<TMessage>,Boolean) Method
Subscribe to a message type with the given destination and delivery action. All messages of this type will be delivered.
Syntax

Parameters

deliveryAction
Action to invoke when message is delivered
useStrongReferences
Use strong references to destination and deliveryAction

Type Parameters

TMessage
Type of message

Return Value

TinyMessageSubscription used to unsubscribing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also